home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / funny_te.swf / scripts / DefineSprite_18 / frame_8 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  132 b   |  11 lines

  1. if(all[xline][yline + 1].full == true)
  2. {
  3.    gotoAndPlay(3);
  4. }
  5. else
  6. {
  7.    removeall();
  8.    removeall();
  9.    gotoAndPlay(2);
  10. }
  11.